3.5.89 \(\int \cos (e+f x) (a+b (c \tan (e+f x))^n)^p \, dx\) [489]

Optimal. Leaf size=26 \[ \text {Int}\left (\cos (e+f x) \left (a+b (c \tan (e+f x))^n\right )^p,x\right ) \]

[Out]

Unintegrable(cos(f*x+e)*(a+b*(c*tan(f*x+e))^n)^p,x)

________________________________________________________________________________________

Rubi [A]
time = 0.03, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \int \cos (e+f x) \left (a+b (c \tan (e+f x))^n\right )^p \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Int[Cos[e + f*x]*(a + b*(c*Tan[e + f*x])^n)^p,x]

[Out]

Defer[Int][Cos[e + f*x]*(a + b*(c*Tan[e + f*x])^n)^p, x]

Rubi steps

\begin {align*} \int \cos (e+f x) \left (a+b (c \tan (e+f x))^n\right )^p \, dx &=\int \cos (e+f x) \left (a+b (c \tan (e+f x))^n\right )^p \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 1.78, size = 0, normalized size = 0.00 \begin {gather*} \int \cos (e+f x) \left (a+b (c \tan (e+f x))^n\right )^p \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Integrate[Cos[e + f*x]*(a + b*(c*Tan[e + f*x])^n)^p,x]

[Out]

Integrate[Cos[e + f*x]*(a + b*(c*Tan[e + f*x])^n)^p, x]

________________________________________________________________________________________

Maple [A]
time = 0.30, size = 0, normalized size = 0.00 \[\int \cos \left (f x +e \right ) \left (a +b \left (c \tan \left (f x +e \right )\right )^{n}\right )^{p}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(f*x+e)*(a+b*(c*tan(f*x+e))^n)^p,x)

[Out]

int(cos(f*x+e)*(a+b*(c*tan(f*x+e))^n)^p,x)

________________________________________________________________________________________

Maxima [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(f*x+e)*(a+b*(c*tan(f*x+e))^n)^p,x, algorithm="maxima")

[Out]

integrate(((c*tan(f*x + e))^n*b + a)^p*cos(f*x + e), x)

________________________________________________________________________________________

Fricas [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(f*x+e)*(a+b*(c*tan(f*x+e))^n)^p,x, algorithm="fricas")

[Out]

integral(((c*tan(f*x + e))^n*b + a)^p*cos(f*x + e), x)

________________________________________________________________________________________

Sympy [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \left (a + b \left (c \tan {\left (e + f x \right )}\right )^{n}\right )^{p} \cos {\left (e + f x \right )}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(f*x+e)*(a+b*(c*tan(f*x+e))**n)**p,x)

[Out]

Integral((a + b*(c*tan(e + f*x))**n)**p*cos(e + f*x), x)

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(f*x+e)*(a+b*(c*tan(f*x+e))^n)^p,x, algorithm="giac")

[Out]

integrate(((c*tan(f*x + e))^n*b + a)^p*cos(f*x + e), x)

________________________________________________________________________________________

Mupad [A]
time = 0.00, size = -1, normalized size = -0.04 \begin {gather*} \int \cos \left (e+f\,x\right )\,{\left (a+b\,{\left (c\,\mathrm {tan}\left (e+f\,x\right )\right )}^n\right )}^p \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(e + f*x)*(a + b*(c*tan(e + f*x))^n)^p,x)

[Out]

int(cos(e + f*x)*(a + b*(c*tan(e + f*x))^n)^p, x)

________________________________________________________________________________________